4D Chart v13

CT Draw rectangle

Home

 
4D Chart v13
CT Draw rectangle

CT Draw rectangle 


 

CT Draw rectangle ( area ; left ; top ; right ; bottom ; round ) -> Function result 
Parameter Type   Description
area  Longint in 4D Chart area
left  Real in Horizontal position of start (in points)
top  Real in Vertical position of start (in points)
right  Real in Horizontal position of end (in points)
bottom  Real in Vertical position of end (in points)
round  Real in Corner rounding amount (in points)
Function result  Longint in The new object's Object ID

CT Draw rectangle creates a new rectangle object in area and returns the new object’s Object ID. The object is positioned according to the left, top, right, and bottom coordinates.

round controls the amount of corner rounding in the new rectangle. If round equals zero, there is no corner rounding.

Example  

The following method draws a rounded rectangle in the chart area:

 $Rect:=CT Draw rectangle(Area;5;5;200;200;5)

 
PROPERTIES 

Product: 4D Chart
Theme: CT Objects
Number: 14559

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1